projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c885a0
)
SPEAr: Correct SoC ID offset in misc configuration space
author
Shiraz Hashim
<
[email protected]
>
Mon, 7 May 2012 07:37:00 +0000
(13:07 +0530)
committer
Albert ARIBAUD
<
[email protected]
>
Sat, 7 Jul 2012 12:07:42 +0000
(14:07 +0200)
SoC Core ID offset is 0x30 in miscellaneous configuration address
space. It was wrongly mentioned as periph2 clk enable.
Signed-off-by: Shiraz Hashim <
[email protected]
>
Signed-off-by: Amit Virdi <
[email protected]
>
Acked-by: Stefan Roese <
[email protected]
>
Signed-off-by: Stefan Roese <
[email protected]
>
arch/arm/include/asm/arch-spear/spr_misc.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-spear/spr_misc.h
b/arch/arm/include/asm/arch-spear/spr_misc.h
index 384944d33e3c3ae1390550a4b2c3d7cfcae3f7bb..b8fcf49febbdf9dcdcbec4837e07eddbb8f5272c 100644
(file)
--- a/
arch/arm/include/asm/arch-spear/spr_misc.h
+++ b/
arch/arm/include/asm/arch-spear/spr_misc.h
@@
-37,7
+37,7
@@
struct misc_regs {
u32 amba_clk_cfg; /* 0x24 */
u32 periph_clk_cfg; /* 0x28 */
u32 periph1_clken; /* 0x2C */
- u32
periph2_clken;
/* 0x30 */
+ u32
soc_core_id;
/* 0x30 */
u32 ras_clken; /* 0x34 */
u32 periph1_rst; /* 0x38 */
u32 periph2_rst; /* 0x3C */